home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / game / role / CTW10d.lha / CTW / scripts / Important / james.script < prev    next >
Text File  |  1997-09-02  |  3KB  |  109 lines

  1. :LOOP|
  2. FRAMEANIM 3|
  3. PAUSE 2|
  4. GOTO LOOP|
  5.  
  6. :TOUCH|
  7. GLOGET 0 @PACKSTAT|
  8. IF @PACKSTAT < 2 GETPACKAGE|
  9. IF @PACKSTAT = 2 ZEEWARACC|
  10. IF @PACKSTAT < 5 GOTOZEEWAR|
  11. GOTO TOUCH|
  12.  
  13. :GETPACKAGE|
  14. [ "James:  Hello there, %n."|
  15. [ "%n:  Hello, sir."|
  16. [ "James:  Have you gotten the package"|
  17. [ "from the New Freeport office yet?"|
  18. [ "%n:  Unfortunately, no.  My ID"|
  19. [ "card was ruined in the laundry."|
  20. [ "I need to have Information Services"|
  21. [ "make me a new one before I can"|
  22. [ "get it."|
  23. [ "James:  All right.  While you're"|
  24. [ "down in IS, tell them to check out"|
  25. [ "my quarterly assets and mail the"|
  26. [ "results to me.  I'm expecting a"|
  27. [ "big gain on one of my"|
  28. [ "investments."|
  29. [ "%n:  Sure.  I'll be back soon."|
  30. GOTO LOOP|
  31.  
  32. :ZEEWARACC|
  33. [ "James:  What was this big news"|
  34. [ "you wanted to tell me?  I hope"|
  35. [ "you realized you interrupted"|
  36. [ "my lunch..."|
  37. [ "%n:  I'm sorry about that, but"|
  38. [ "this is more important than"|
  39. [ "lunch.  Much more."|
  40. [ "James;  Well, spit it out!"|
  41. [|
  42. [ "%n:  I had IS analyse the"|
  43. [ "contents of the package with"| 
  44. [ "their new analysis software."|
  45. [ "It turns out that the"|
  46. [ "Environmental budget spending has"|
  47. [ "gone down a steady .01% every"|
  48. [ "quarter."|
  49. [ "James:  So?"|
  50. [ "%n:  No other area's spending went"|
  51. [ "up to compensate.  The money is just..."|
  52. [ "disappearing!"|
  53. FRAMEANIM 1|
  54. FRAMEANIM 2|
  55. [ "James:  Uh...that's impossible!  It..."|
  56. [ "it HAS to go SOMEWHERE!"|
  57. [ "%n:  Yeah, that what I was thinking."|
  58. [ "James:  Did...did you find out how much"|
  59. [ "has been lost since?"|
  60. [ "%n:  Every quarter, another 300,000 credits"|
  61. [ "was compounded to the loss.  So far, over"|
  62. [ "1.8 Million credits have been drained."|
  63. [ "James: I was afraid this might happen."|
  64. :WALKLOOP1|
  65. WALKTO 190 91 3 @RES|
  66. IF @RES = 0 WALKLOOP1|
  67. [ "%n:  Huh?!?"|
  68. [ "James:  I should've listened to the rumors!"|
  69. [ "%n:  What rumors?!?"|
  70. [ "James:  Zeewar Industries.  It has to be"|
  71. [ "Zeewar who is stealing the money!"|
  72. [ "%n:  Zeewar?  To what end?"|
  73. [ "James:  They already own a quarter of the"|
  74. [ "colony, and have some control in the"|
  75. [ "government.  Their president is a very"|
  76. [ "money-hungry individual, and this"|
  77. [ "may be another way to exercise power"|
  78. [ "over the colony."|
  79. [ "%n:  So, what do you want me to do?"|
  80. [ "James:  Take this Guest pass to Zeewar"|
  81. [ "and talk with the president.  You're"|
  82. [ "pretty good with a staff.  I'm sure"|
  83. [ "you can convince him to change his"|
  84. [ "ways."|
  85. :WALKLOOP2|
  86. WALKTO 203 167 3 @RES|
  87. IF @RES = 0 WALKLOOP2|
  88. [ "%n:  You want me to threaten the"|
  89. [ "president of Zeewar with violence?"|
  90. [ "James;  Would you rather have me"|
  91. [ "threaten you with the loss of"|
  92. [ "your JOB?!?"|
  93. :WALKLOOP3|
  94. WALKTO 143 132 3 @RES|
  95. IF @RES = 0 WALKLOOP3|
  96. [ "James:  I recommend you get moving."|
  97. [ "I have some work to do.  Don't"|
  98. [ "disturb me."|
  99. ADDITEM ZeewarLevel1Pass|
  100. GLOSET 0 3|
  101. GOTO LOOP|
  102.  
  103. :GOTOZEEWAR|
  104. [ "Did I say NOT to disturb me?!?"|
  105. [ "Get your behind to Zeewar!"|
  106. [ "IMMEDIATELY!"|
  107. GOTO LOOP|
  108.  
  109.